Subsystem Class

Represents the KINGSTAR Subsystem.

Inheritance Hierarchy

System.Object
  IntervalZero.KINGSTAR.Local.Class.Subsystem

Namespace: IntervalZero.KINGSTAR.Local.Class

Assembly: IntervalZero.KINGSTAR.Local.Class (in IntervalZero.KINGSTAR.Local.dll) Version: 4.4.0.0

Syntax

C#VB
public class Subsystem : ISubsystem
Public Class Subsystem Implements ISubsystem

 

The Subsystem class exposes the following members.

Constructors

  Name Description
Subsystem A creator for the Subsystem class. This class contains the necessary information about controlling the KINGSTAR library.
Subsystem A creator for the Subsystem class. This class contains the necessary information about controlling the KINGSTAR library.

Methods

  Name Description
Dispose Disconnects the application from KINGSTAR and releases any unmanaged resources. It is essential to invoke the Dispose method when the instance is no longer needed.
Log Records the specified data in the logging shared memory.

Remarks

See also

IntervalZero.KINGSTAR.Local.Class Namespace